CompiledRegion.Entity Constructor(PointF[])
In This Topic
Initializes a new instance of the
CompiledRegion.Entity struct with the specified points.
Syntax
'Declaration
Public Function New( _
ByVal () As PointF _
)
public CompiledRegion.Entity(
PointF[]
)
Parameters
- points
- An array of points defining the entity.
See Also